-
Notifications
You must be signed in to change notification settings - Fork 111
Conversation
Courageous effort, and much wished for progress! However, at the moment, I'm not sure about all points. Things immediately coming to mind:
So - enlightenment I hope for! |
I believe that common needs to be removed all together and Region contains Position which contains the references. We must get things implemented for them to be real. Michael Baudis notifications@github.com writes:
|
+1
O.k., I didn't follow this (would also be a nice place for a comment there, for Avro blind ppl. like me ...). As for the detangling, at least I'm glad if the ontology format specification gets out of metadata... |
The Matchmaker group is also interested in implementing paging, so we'll likely adopt whatever naming you use here. |
+1 |
/** | ||
Type defining a collection of attributes associated with various protocol | ||
records. Each attribute is a name that maps to an array of one or more | ||
values. To work around Avro restrictions, three fields are define, one for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should say "defined", not "define".
I'm +1 on what's here, but we appear to be missing the wiggle methods (as is noted in the code). Those should either be added on to this PR, or come soon after. |
+1. We intend to use it for G2P. I would recommend, however, that the record name of Feature change to GenomicFeature. This is to make it more descriptive, and avoid conflict with the matchmaker API (that also has Feature record for phenotype -- though that should also probably be updated too). |
@nlwashington Happy to update the Matchmaker term to something more explicit. |
General confirmation question: Matchmaker API is still part of schemas, or does it have another github location for discussions? Thanks, |
@buske that sounds great. perhaps PhenotypicFeature? |
@pgrosu We have another github repo for internal discussions, but I've been porting our API to Avro within schemas (see #258) and have occasionally been posting questions to the schemas issue tracker. @nlwashington Sounds good. I'll change this within our current outstanding PR #258, since I don't think we're set on any of the object names (we don't use them in our JSON API, so they're a necessary result of porting to Avro). |
@nlwashington Realized we also have a |
A one point before the sequence annotation records had a prefix We need to do a global review of the names and other patterns Nicole Washington notifications@github.com writes:
|
Thank you @buske for bringing me up to speed on this and for the link. Paul |
I like 99% of what's there. I'm nearly 1+, however, I'm a bit unsure about the QueryRange object. Would it not be better to just use a path? I also agree with @adamnovak that having the wiggle methods in would be nice. |
Sounds good. Edit to you liking.. ... Sent from my computer phone -----Original Message----- I like 99% of what's there. I'm nearly 1+, however, I'm a bit unsure about the QueryRange object. Would it not be better to just use a path? I also agree with @adamnovak that having the wiggle methods in would be nice. Reply to this email directly or view it on GitHub: |
Not trying to weasel out of work, but I'd be happy if you could just drop /**+ If specified, this query matches only annotations which overlap this to /**+ If specified, this query matches only annotations which overlap this Note for others reading this - Mark uses path to specify wiggles/features, On Wed, Mar 25, 2015 at 3:52 PM, Mark Diekhans notifications@github.com
|
Updated to use Path (sorry, delayed by having a lame Internet connection). We need to get all the methods in there, but I think get the I do expect this to change as the other groups link with it. Benedict Paten notifications@github.com writes:
|
1+, the other methods can be added later. Benedict
|
It looks like there are enough +1s here. Can you rebase off upstream/master please and squash the commits please @diekhans? |
ad49765
to
ba0fe97
Compare
Thanks @diekhans --- merging. |
proposed sequence annotation API
Pull request for sequence annotation from topic branch.
This impacts several other task teams, so please examine and vote.